home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Tele / T / Terminal 1.7.sit / Terminal scripts / Hangup +++.s next >
Encoding:
Text File  |  1989-11-06  |  166 b   |  13 lines  |  [TEXT/QED1]

  1. /*
  2.     Terminal 1.7
  3.     "Hangup +++.s"
  4. */
  5.  
  6. main()
  7. {
  8.     type("+++");        /* Go into command mode */
  9.     pause(120);            /* Wait 2 seconds */
  10.     type("ATH\r");        /* Hang up */
  11.     beep();
  12. }
  13.